TextInput disable react native

148

TextInput disable react native -

<TextInput editable={false} selectTextOnFocus={false} />

react native disable the text input -

<TextInput editable={false} />

Comments

Submit
0 Comments